DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / SaveAsIco Method / SaveAsIco(String,Nullable<Rectangle>,IcoFrameEncoding) Method
The output file path.
Clipping rectangle of the image to be saved.
Encoding of the frame image.

In This Topic
SaveAsIco(String,Nullable<Rectangle>,IcoFrameEncoding) Method
In This Topic
Saves the image into a file in ICO format.
Syntax
'Declaration
 
Public Overloads Sub SaveAsIco( _
   ByVal path As System.String, _
   Optional ByVal clipRect As System.Nullable(Of Rectangle), _
   Optional ByVal encoding As IcoFrameEncoding _
) 
 

Parameters

path
The output file path.
clipRect
Clipping rectangle of the image to be saved.
encoding
Encoding of the frame image.
See Also